home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 00589_Script_2D NoBuyers Continue Script < prev    next >
Text File  |  1995-05-21  |  421b  |  18 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global theMovieName, CCLUB, SIGIS, CHEEVERS
  11.  
  12.   if theMovieName = "P02D04A.MOV" then set CCLUB = "c"
  13.   if theMovieName = "P02D22B.MOV" then set SIGIS = "c"
  14.   if theMovieName = "C02V04D.MOV" then set CHEEVERS = "c"
  15.   
  16.  GameContinue
  17. end mouseUp
  18.